home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00077_MouseTrap.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
193 b
|
22 lines
on mouseUp
nothing()
end
on mouseEnter
nothing()
end
on mouseLeave
nothing()
end
on mouseWithin
nothing()
end
on mouseDown
nothing()
repeat while the stillDown
end repeat
end